diff options
| author | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
| commit | ec888b9bec997456368d03579e569929f3745307 (patch) | |
| tree | 0932acf009654212c4fe4663858482cd22ab7bd8 /src/app/manga/[title]/[id]/info.module.css | |
| parent | minor fixes (diff) | |
| download | dramalama-ec888b9bec997456368d03579e569929f3745307.tar.xz dramalama-ec888b9bec997456368d03579e569929f3745307.zip | |
feature added: tracker for mangas
Diffstat (limited to 'src/app/manga/[title]/[id]/info.module.css')
| -rw-r--r-- | src/app/manga/[title]/[id]/info.module.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index 1b749db..b1b76f4 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -19,7 +19,7 @@ } .TitleContainer p { - font-family: "Quicksand"; + font-family: "Lexend Deca", serif; font-size: 40px; font-weight: 1000; } @@ -31,13 +31,13 @@ .MangaDescription { color: white; - font-family: "Atkinson Hyperlegible"; + font-family: "Atkinson Hyperlegible", serif; max-width: 98%; margin: -10px auto; } .Description h2 { - font-family: "Poppins"; + font-family: "Lexend Deca", serif; color: gray; } @@ -47,12 +47,14 @@ .MangaReleaseYear { margin-top: 10px; + font-family: "Poppins", serif; } .GenreContainer { margin-top: 5px; display: flex; align-items: center; + font-family: "Poppins", serif; } .GenreText { @@ -80,6 +82,7 @@ .MangaRatings { display: flex; margin-top: 10px; + font-family: "Poppins", serif; /* justify-content: center; */ } @@ -96,7 +99,7 @@ .CharactersContainer h2 { color: gray; - font-family: "Poppins", serif; + font-family: "Lexend Deca", serif; } .Character { @@ -128,6 +131,7 @@ text-align: center; width: 110px; color: white; + font-family: "Atkinson Hyperlegible", serif; } .CharacterEntry img { @@ -146,7 +150,7 @@ .ChapterTitle { color: white; - font-family: "Kanit"; + font-family: "Lexend Deca", serif; font-size: 32px; } @@ -183,7 +187,7 @@ } .ChapterContainer button p { - font-family: "Quicksand"; + font-family: "Atkinson Hyperlegible", serif; margin: 2px; } |